home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Great Canadian Scientists
/
GCS_CD.iso
/
mac
/
PC
/
GCSData
/
menus_o.dxr
/
00105_Startup Screen (BoxUp) Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-08
|
312 b
|
15 lines
on exitFrame
global BoxUp
BSetup(18, 19)
set the keyDownScript to "KeyCheck"
set the mouseDownScript to "BoxUp"
set the mouseUpScript to "BoxUp"
set the checkBoxAccess to 1
if BoxUp = 0 then
set the editableText of sprite 17 to 0
end if
cursor(-1)
CheckHilite(18, 19)
go(the frame)
end